Class sjl.wrappers.PredGreaterCharacter
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sjl.wrappers.PredGreaterCharacter

java.lang.Object
   |
   +----sjl.wrappers.PredGreaterCharacter

public class PredGreaterCharacter
extends Object
implements Predicate2
PredGreaterCharacter is a predicate object designed for comparing objects of type Character for relative ordering using the > operator.

Copyright © 1996 Finn Bock


Constructor Index

 o PredGreaterCharacter()

Method Index

 o compare(Object, Object)
Convert the arguments to Character and compare the return values from the charValue() method using the > operator.

Constructors

 o PredGreaterCharacter
  public PredGreaterCharacter()

Methods

 o compare
  public boolean compare(Object o1,
                         Object o2)
Convert the arguments to Character and compare the return values from the charValue() method using the > operator.

All Packages  Class Hierarchy  This Package  Previous  Next  Index